@charset "utf-8";
/*右侧悬浮菜单*/
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #1754a3;/*198EDE*/
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #1754a3 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	/*width: 125px;*/
	font-size:14px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #FF1240;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(/skin/images/full1.png);
}
.full li a span.span2 {
	background-image: url(/skin/images/full2.png);
}
.full li a span.span3 {
	background-image: url(/skin/images/full3.png);
}
.full li a span.span4 {
	background-image: url(/skin/images/full4.png);
}

.full li a span.span5 {
	background-image: url(/skin/images/full5.png);
}

@media screen and (max-width: 678px){
.full {
	display: none;
}}